home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-12 / Vol E-12.iso / games / barbie / intro.swf / scripts / DefineButton2_70 / BUTTONCONDACTION on(release).as
Text File  |  2012-05-21  |  321b  |  19 lines

  1. on(release){
  2.    _level0.codedone = 1;
  3.    _root.codejump.codeMC.checker();
  4.    if(_root.where == 2)
  5.    {
  6.       unloadMovieNum(1);
  7.       unloadMovieNum(8);
  8.    }
  9.    if(_root.where == 3)
  10.    {
  11.       unloadMovieNum(2);
  12.       unloadMovieNum(9);
  13.    }
  14.    with(_root)
  15.    {
  16.       gotoAndStop("loadingarea");
  17.    }
  18. }
  19.